From 0d5761c4370bfe9249dceaa1caca305ab2706d4c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 22 Mar 1993 19:23:41 +0000 Subject: [PATCH] Fix a nasty bug --- the cleanup production was nuking the generated tar file! --- make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 81cd817b376..c09d7306b04 100755 --- a/make-dist +++ b/make-dist @@ -286,7 +286,7 @@ fi if [ "${clean_up}" = yes ]; then echo "Cleaning up the staging directory." - rm -rf ${tempparent} + rm -rf ${tempdir} fi ### make-dist ends here -- 2.30.2